home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
BACKUP
/
POCK40.ZIP;1
/
DELDIR.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-03-27
|
209 b
|
12 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /Izd %1 %2 %3 %4 %5 %6 %7 %8 %9
echo.
goto exit
:usage
echo Delete named subdirectories and files
echo usage: DELDIR name1 name2 ..
:exit